home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global exittime
- if ticks() > exittime then
- go(marker(1))
- end if
- playsound(4)
- mouseonsp2(3, "Quit,U", "Quit")
- mouseonsp2(4, "Config,U", "Config")
- mouseonsp2(5, "Return,U", "Return")
- mouseonsp2(6, "Mount,U", "Mount")
- mouseonsp2(7, "Zoom,U", "Zoom")
- go(the frame)
- end
-